home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
K-L
/
LImacSTACK11⁄89.cpt
/
Using Repeat
/
card_5566.txt
< prev
next >
Wrap
Text File
|
1989-11-02
|
812b
|
35 lines
-- card: 5566 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2687
-- name:
-- part contents for background part 8
----- text -----
repeat with <variable> = <high> down to <low>
-- part contents for background part 24
----- text -----
repeat with i = the number of lines in field script down to 1
put empty into line i of fld "script"
end repeat
wait 60
send mouseUp to bg btn "Reset field to Original"
-- part contents for background part 26
----- text -----
repeat with i = the number of lines in field script down to 1
put empty into line i of fld "script"
end repeat
wait 60
send mouseUp to bg btn "Reset field to Original"
-- part contents for background part 30
----- text -----
Each time through the loop the variable is decreased by 1 until it reaches the low number.